home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11433 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  782 b 

  1. Path: news.dfn.de!si-nic!usenet
  2. From: Runu Knips <plrunu@informatik.uni-siegen.de>
  3. Newsgroups: comp.lang.c++
  4. Subject: static and dynamic classes in C++ ?
  5. Date: Thu, 14 Mar 1996 17:19:59 +0100
  6. Organization: Computer Center, University of Siegen, Germany
  7. Message-ID: <3148472F.41C6@informatik.uni-siegen.de>
  8. NNTP-Posting-Host: beatles.informatik.uni-siegen.de
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (X11; I; OSF1 V3.2 alpha)
  13.  
  14. Hi people!
  15.  
  16. 1. Is it possible to declare a class in a way that only
  17. dynamic instances of it may be declared ?
  18.  
  19. 2. Is it also possible to declare a class in a way that
  20. only static (i.e. stack or data segment) instances may
  21. be declared ?
  22.  
  23. Thanx you in advance for any answer :)
  24.  
  25. Ciao
  26.